Uses of Interface
org.eclipse.vtp.framework.interactions.core.platforms.ILinkFactory

Packages that use ILinkFactory
org.eclipse.vtp.framework.engine.http   
org.eclipse.vtp.framework.interactions.core.platforms   
org.eclipse.vtp.framework.interactions.core.support   
org.eclipse.vtp.framework.interactions.voice.services   
 

Uses of ILinkFactory in org.eclipse.vtp.framework.engine.http
 

Classes in org.eclipse.vtp.framework.engine.http that implement ILinkFactory
 class DeploymentExecution
          A single execution on the HTTP connector.
 

Uses of ILinkFactory in org.eclipse.vtp.framework.interactions.core.platforms
 

Methods in org.eclipse.vtp.framework.interactions.core.platforms with parameters of type ILinkFactory
 IDocument IPlatform.createDocument(ILinkFactory links, IRenderingQueue renderingQueue)
           
 

Uses of ILinkFactory in org.eclipse.vtp.framework.interactions.core.support
 

Methods in org.eclipse.vtp.framework.interactions.core.support with parameters of type ILinkFactory
 IDocument AbstractPlatform.createDocument(ILinkFactory links, IRenderingQueue renderingQueue)
           
protected  IDocument AbstractPlatform.renderBridgeMessage(ILinkFactory links, BridgeMessageCommand bridgeMessageCommand)
          Renders a bridge message to the user.
protected  IDocument AbstractPlatform.renderDataRequest(ILinkFactory links, DataRequestCommand dataRequestCommand)
          Renders a data request to the user.
protected  IDocument AbstractPlatform.renderEndMessage(ILinkFactory links, EndMessageCommand endMessageCommand)
          Renders an end message to the user.
protected  IDocument AbstractPlatform.renderExternalReference(ILinkFactory links, ExternalReferenceCommand externalReferenceCommand)
          Renders an external reference to the user.
protected  IDocument AbstractPlatform.renderFinalDocument(ILinkFactory links, FinalCommand finalCommand)
          Renders the final document to the user.
protected  IDocument AbstractPlatform.renderInitialDocument(ILinkFactory links, InitialCommand initialCommand)
          Renders the initial document to the user.
protected  IDocument AbstractPlatform.renderInputRequest(ILinkFactory links, InputRequestCommand inputRequestCommand)
          Renders an input request to the user.
protected  IDocument AbstractPlatform.renderMetaDataMessage(ILinkFactory links, MetaDataMessageCommand metaDataMessageCommand)
          Renders a meta-data message to the user.
protected  IDocument AbstractPlatform.renderMetaDataRequest(ILinkFactory links, MetaDataRequestCommand metaDataMessageRequest)
          Renders a meta-data request to the user.
protected  IDocument AbstractPlatform.renderOutputMessage(ILinkFactory links, OutputMessageCommand outputMessageCommand)
          Renders an output message to the user.
protected  IDocument AbstractPlatform.renderSelectionRequest(ILinkFactory links, SelectionRequestCommand selectionRequestCommand)
          Renders a selection request to the user.
protected  IDocument AbstractPlatform.renderTransferMessage(ILinkFactory links, TransferMessageCommand transferMessageCommand)
          Renders a transfer message to the user.
 

Uses of ILinkFactory in org.eclipse.vtp.framework.interactions.voice.services
 

Methods in org.eclipse.vtp.framework.interactions.voice.services with parameters of type ILinkFactory
protected  VXMLDocument VoicePlatform.createVXMLDocument(ILinkFactory links, Dialog dialog)
          Creates a new VXML document that contains the supplied dialog.
protected  IDocument VoicePlatform.renderBridgeMessage(ILinkFactory links, BridgeMessageCommand bridgeMessageCommand)
           
protected  IDocument VoicePlatform.renderDataRequest(ILinkFactory links, DataRequestCommand dataRequestCommand)
           
protected  IDocument VoicePlatform.renderEndMessage(ILinkFactory links, EndMessageCommand endMessageCommand)
           
protected  IDocument VoicePlatform.renderExternalReference(ILinkFactory links, ExternalReferenceCommand externalReferenceCommand)
           
protected  IDocument VoicePlatform.renderFinalDocument(ILinkFactory links, FinalCommand finalCommand)
           
protected  IDocument VoicePlatform.renderInitialDocument(ILinkFactory links, InitialCommand initialCommand)
           
protected  IDocument VoicePlatform.renderInputRequest(ILinkFactory links, InputRequestCommand inputRequestCommand)
           
protected  IDocument VoicePlatform.renderOutputMessage(ILinkFactory links, OutputMessageCommand outputMessageCommand)
           
protected  IDocument VoicePlatform.renderSelectionRequest(ILinkFactory links, SelectionRequestCommand selectionRequestCommand)
           
protected  IDocument VoicePlatform.renderTransferMessage(ILinkFactory links, TransferMessageCommand transferMessageCommand)